Override willDisplayCell

1
2
3
4
override func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell,
forRowAtIndexPath indexPath: NSIndexPath) {
// Code for animation
}

Prev Next